home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_056 / mergemem / poster < prev   
Text File  |  1992-05-06  |  2KB  |  45 lines

  1. Article 1908 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!hplabs!decwrl!decvax!ucbvax!ucbcad!ames!sri-spam!rutgers!cbmvax!carolyn
  3. From: carolyn@cbmvax.cbm.UUCP (Carolyn Scheppner)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Re: Help! I can't seem to run a program > 2meg in my 4meg Amiga
  6. Message-ID: <1329@cbmvax.cbmvax.cbm.UUCP>
  7. Date: 2 Feb 87 22:04:10 GMT
  8. References: <12032@lanl.ARPA>
  9. Reply-To: carolyn@cbmvax.UUCP (Carolyn Scheppner)
  10. Organization: Commodore Technology, West Chester, PA
  11. Lines: 110
  12.  
  13. In article <12032@lanl.ARPA> jtw@lanl.ARPA (James West) writes:
  14. >Could someone please explain why an AMIGA with a 4 megabyte memory expansion
  15. >will only run tasks that total to 2 megabytes or less???
  16. >
  17. >Recently I added an AMERISTAR expansion bus with two 2 megabyte memory boards
  18. >and a hard disk.  I am running the new Amiga 1.2 operating system with the
  19. >Absoft Fortran compiler.  AmigaDos 1.2 auto configures memory, and
  20. >automatically sees the 4 megabytes.  I can easily copy 4 megabytes of files
  21. >into the memory without any problems.  It appears part of the operating system
  22. >sees the 4 megabytes, but part does not.  To be exact, the part of the
  23. >operating system dictating memory available for running processes, appears
  24. >to be seeing only 2 megabytes!
  25. >...
  26.  
  27.    Separate memory boards (such as Jim's 2 2-meg boards) are configured
  28. as separate entities, each with its own entry in the system MemList
  29. and its own MemHeader in its first 32 bytes.
  30.  
  31.    Jim's programs apparently need a contiguous chunk of memory larger
  32. than what is available in either individual board.  The following
  33. program "MergeMem.c" attempts to merge the MemList entries of
  34. sequentially configured ram boards.  I tested it with a 1/2 meg Alegra
  35. plugged into the pass-thru of a 2-meg StarBoard.  It successfully
  36. merged the MemList entries of these two boards.  After the merge,
  37. I was able to AllocMem() a 2.1 megabyte chunk.
  38.  
  39. -- 
  40. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  41. Carolyn Scheppner -- CBM   >>Amiga Technical Support<<
  42.                      UUCP  ...{allegra,caip,ihnp4,seismo}!cbmvax!carolyn 
  43.                      PHONE 215-431-9180
  44. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  45.